Algorithm

A mathematician's word for a formula or equation. An algorithm is a "recipe" for computing a certain type of value. For example, the algorithm for computing an average of three numbers, X1,X2, and X3 is:

 

X1 + X2 + X3

------------------

        3

 

 

See Also: Hash